break
Pascal
C/C++
if, while, repeat, for, or
case
begin
…
…
goto 1
…
end;
1:
if, while, do, for or
switch
{
…
…
break;
…
}